@charset "utf-8";
/* CSS Document */

html {
	overflow-x:hidden;
	overflow-y:auto;
	height:100%;
}

body {
	height:100%;
	font-family:Verdana;
	font-size:10px;
	color:#988E81;
	background:#20221D;
}

h1 {
	position:absolute;
	bottom:0px;
	left:0px;
}

h2 {
	font-size:18px;
	color:black;
}

h3 {

}

td {
	font-family:Verdana;
	font-size:10px;
}

p {
	margin:0px 0px 10px 0px;
}

a {
	color:#988E81;
}

label {
	cursor:pointer;
}
